how to overwrite a css importnat

37

/*Some examples with a higher specificity (first is highest/overrides, third is lowest):*/

table td    {height: 50px !important;}
.myTable td {height: 50px !important;}
#myTable td {height: 50px !important;}

Comments

Submit
0 Comments